home *** CD-ROM | disk | FTP | other *** search
- ;******************************************************************************
- ; overview *
- ;******************************************************************************
- .topic overview
-
- This is a test of multiple file databases.
-
- We have here Two links :
-
- 1: ~Internal Link~intlink~
- 2: ~External Link~extLink~
-
- .end-topic
-
- ;******************************************************************************
- ; intLink *
- ;******************************************************************************
- .topic intLink
- .export
-
- This is a test, it can be called from an external database
-
- .end-topic
-
- ;******************************************************************************
- ; multi2.exp *
- ; These are the exported topics from multi-2, generated by helpc /pp+ multi2 *
- ;******************************************************************************
- .ifndef preprocess
- .include multi2.exp
- .endif
-
- ; Notice that the ifndef is needed, because we have a case in which 2 databases
- ; call each other. If we would have used the more common method of computer
- ; languages, in which there are no circular references, we could have eliminated
- ; that.
-